google.golang.org/grpc.dialOptions.useProxy (field)

4 uses

	google.golang.org/grpc (current package)
		dialoptions.go#L98: 	useProxy                    bool // Specifies if a server should be connected via proxy.
		dialoptions.go#L403: 		o.useProxy = false
		dialoptions.go#L717: 		useProxy:                 true,
		resolver_wrapper.go#L88: 		if ccr.cc.dopts.copts.Dialer != nil || !ccr.cc.dopts.useProxy {